home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 January: Mac OS SDK / Dev.CD Jan 96 SDK / Dev.CD Jan 96 SDK1.toast / Development Kits (Disc 1) / MacODBC / ODBC Tools / SampleDriver / SampleDriver.r < prev    next >
Encoding:
Text File  |  1995-06-29  |  511 b   |  20 lines  |  [TEXT/MPS ]

  1. #include "ODBCtypes.r"
  2.  
  3. /*
  4.  *    the brand name resource. this string is displayed to the user
  5.  *    whenever a list of function sets with the same parent id's are
  6.  *    shown, e.g. the list of all odbc drivers. the current version of
  7.  *    the apple shared library manager doesn't have a way to associate
  8.  *    a brand name string with a shared library.
  9.  */
  10.  
  11. resource 'odbc' (0) {{ "Sample" }};
  12.  
  13. resource 'odbc' (1) {{ 
  14.     "APILevel=0",
  15.     "ConnectFunctions=NNN",
  16.     "DriverODBCVer=02.00", 
  17.     "FileUsage=0", 
  18.     "SQLLevel=0",
  19.     ""
  20.     }};